home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / bluej / bluejsetup-203.exe / {app} / lib / english / moe.help < prev   
Text File  |  2004-12-19  |  7KB  |  110 lines

  1. #
  2. # Moe user function help texts.
  3. #
  4. # Part of the BlueJ program development environment.
  5. #
  6.  
  7. ## edit functions
  8.  
  9. delete-previous=\n Delete the character before the caret.
  10. delete-next=\n Delete the character after the caret.
  11. copy-to-clipboard=\n Copy the selected text to the clipboard. From there, it can be\n pasted somewhere else later (see paste-from-clipboard).
  12. cut-to-clipboard= Cut the selection from the text and move it to the clipboard.\n From there, it can be pasted somewhere else later (see\n paste-from-clipboard).
  13. copy-line=\n Copy the current line to the clipboard. Successive \n copy operations add to the clipbord.
  14. cut-line=\n Cut the current line to the clipboard. Successive \n cut operations add to the clipbord.
  15. cut-end-of-line=\n Cut the end of the current line to the clipboard.\n Successive cut operations add to the clipbord.
  16. cut-word=\n Cut the current word to the clipboard. Successive \n cut operations add to the clipbord.
  17. cut-end-of-word=\n Cut the end of the current word to the clipboard.\n Successive cut operations add to the clipbord.
  18. paste-from-clipboard=\n Paste the text currently on the clipboard into the text at\n the current caret position.
  19. indent=\n If 'indent' is selected in the editor preferences, indent as the\n line above. Otherwise insert a soft (spaced) tab. 
  20. insert-tab=\n Insert a TAB character.
  21. new-line=\n Insert a line break. If 'indent' is selected in the editor\n preferences, also indent as the line above.
  22. insert-break=\n Insert a line break without any attempt at indentation.
  23. insert-method=\n Insert a skeleton for a Java method into the text.
  24. comment-block=\n Comment out currently selected lines. The comment can easily be\n removed later (see uncomment-block).
  25. uncomment-block=\n Remove comment symbols from the start of currently selected lines.\n See also comment-block.
  26. indent-block=\n Add one level of indentation to each line in the current selection\n (or the current line if there is no selection).
  27. deindent-block=\n Remove one level of indentation from each line in the current selection\n (or the current line if there is no selection).
  28.  
  29. select-word=\n Select the current word (also bound to\n left-mouse-button: double-click).
  30. select-line=\n Select the current line (also bound to\n left-mouse-button: triple-click).
  31. select-paragraph=\n Select the current paragraph.
  32. select-all=\n Select the whole text.
  33. selection-backward=\n Move the end of the selection one character backwards.
  34. selection-forward=\n Move the end of the selection one character forward.
  35. selection-up=\n Move the end of the selection one line up.
  36. selection-down=\n Move the end of the selection one line down.
  37. selection-begin-word=\n Move the end of the selection to the beginning of\n the current word.
  38. selection-end-word=\n Move the end of the selection to the end of\n the current word.
  39. selection-previous-word=\n Move the end of the selection to the beginning of\n the previous word.
  40. selection-next-word=\n Move the end of the selection to the beginning of\n the next word.
  41. selection-begin-line=\n Move the end of the selection to the beginning of\n the current line.
  42. selection-end-line=\n Move the end of the selection to the end of\n the current line.
  43. selection-begin-paragraph=\n Move the end of the selection to the beginning of\n the current paragraph.
  44. selection-end-paragraph=\n Move the end of the selection to the end of\n the current paragraph.
  45. selection-page-up=\n Move the end of the selection one page up.
  46. selection-page-down=\n Move the end of the selection one page down.
  47. selection-begin=\n Move the end of the selection to the beginning of the text.
  48. selection-end=\n Move the end of the selection to the end of the text.
  49. unselect=\n Remove the selection (not the selected text!).
  50.  
  51. ## move and scroll functions
  52.  
  53. caret-backward=\n Move the caret (cursor) one character backwards.
  54. caret-forward=\n Move the caret one character forward.
  55. caret-up=\n Move the caret one line up.
  56. caret-down=\n Move the caret one line down.
  57. caret-begin-word=\n Move the caret to the beginning of the current word.
  58. caret-end-word=\n Move the caret to the end of the current word.
  59. caret-previous-word=\n Move the caret to the beginning of the previous word.
  60. caret-next-word=\n Move the caret to the beginning of the next word.
  61. caret-begin-line=\n Move the caret to the beginning of the current line.
  62. caret-end-line=\n Move the caret to the end of the current line.
  63. caret-begin-paragraph=\n Move the caret to the beginning of the current paragraph.
  64. caret-end-paragraph=\n Move the caret to the end of the current paragraph.
  65. page-up=\n Move the caret one page up.
  66. page-down=\n Move the caret one page down.
  67. caret-begin=\n Move the caret to the beginning of the text.
  68. caret-end=\n Move the caret to the end of the text.
  69.  
  70. ## class functions
  71.  
  72. save=\n Save this class. Note that it is rarely necessary to explicitely save\n the class because closing it saves it automatically.
  73. reload=\n Reload the class from its source file. This operation will discard\n all changes made after the last (implicit or explicit) save operation.
  74. close=\n Close this class. The source text is automatically saved.
  75. print=\n Open a print dialog to start a print job.
  76. page-setup=\n Open a page-setup dialog to specify page layout.
  77.  
  78.  
  79. ## customisation functions
  80.  
  81. key-bindings=\n View and change the key bindings for Moe's user functions.
  82. preferences=\n Specify some preference settings for the editor.
  83.  
  84.  
  85. ## help functions
  86.  
  87. describe-key=\n After invoking this function, type a key. The name of the\n function bound to this key is displayed.
  88. help-mouse=\n Display mouse button bindings.
  89. show-manual=\n Open a web browser to show the Moe User Manual.
  90. about-editor=\n Display a brief note about Moe.
  91.  
  92.  
  93. ## misc functions
  94.  
  95. undo=\n Undo the last edit operation. (This can then be re-done with 'redo'.)
  96. redo=\n Redo the last operation that was undone.
  97.  
  98. find=\n Open a dialog to start a search for a string in the text. The dialog\n allows to start searches backward or forward.
  99. find-next= If a selection is on, find the next occurrence of the selected text. If no\n selection is on, search again for the same string that was used in the\n last search. Stop at the end of the text. If called again after the end\n of the text was reached, wrap around and continue search from the top.
  100. find-next-backward=\n Like find-next, but searches up rather than down.
  101. replace=\n Replace one text string with another.
  102.  
  103. compile=\n Compile the current class. The class is automatically\n saved before being compiled.
  104. toggle-interface-view=\n Toggle the display between interface and source view.\n The interface view shows the class interface in Javadoc format.
  105. toggle-breakpoint=\n Set or clear a breakpoint in the current line.
  106.  
  107. ## help texts for adding key bindings
  108.  
  109. press-key=\n  Press the key you want to add...
  110. cannot-redefine=\n  Printable keys cannot be redefined.